prepare for cargo for mips and powerpc
authorJorge Aparicio <japaricious@gmail.com>
Sun, 4 Sep 2016 00:45:18 +0000 (19:45 -0500)
committerJorge Aparicio <japaricious@gmail.com>
Sun, 4 Sep 2016 00:45:18 +0000 (19:45 -0500)
commitd581274c957f751876f25c790fcf881559b667e0
tree29fa0f4e0aebce92efda781ea529d31a2320d243
parentb78beb15b1f9b74b3d8b382c09a74042dc95a601
prepare for cargo for mips and powerpc

with these changes I can cross compile Cargo for these targets:

- mips-unknown-linux-gnu
- mipsel-unknown-linux-gnu
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- powerpc64el-unknown-linux-gnu

using these commands:

```
$ ./.travis.install.deps.sh
$ ./configure --local-rust-root=$(pwd)/rustc --enable-nightly --target=$TARGET
$ make
```

in Ubuntu 16.04 using the standard cross toolchains
Makefile.in
src/etc/install-deps.py